projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8599e9
)
*** empty log message ***
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000
(
02:33
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 2 Nov 2002 02:33:09 +0000
(
02:33
+0000)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 428a5d5d7f2e593d832220386d0f41706095c5d0..86829df4c738e32a1e676254dfdf330787a5cec9 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-7,6
+7,13
@@
2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
+ * textmodes/tex-mode.el (tex-common-initialization):
+ comment-start-skip shouldn't match on the next line.
+
+ * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
+ Don't bother making paragraph-start a superset of paragraph-separate.
+ Use line-beginning-position.
+
* textmodes/sgml-mode.el (sgml-skip-tag-backward)
(sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.